3.16.83 \(\int (\frac {x^2}{2}+\frac {x^3}{3}) \, dx\)

Optimal. Leaf size=15 \[ \frac {x^4}{12}+\frac {x^3}{6} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \frac {x^4}{12}+\frac {x^3}{6} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^2/2 + x^3/3,x]

[Out]

x^3/6 + x^4/12

Rubi steps

\begin {align*} \int \left (\frac {x^2}{2}+\frac {x^3}{3}\right ) \, dx &=\frac {x^3}{6}+\frac {x^4}{12}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 15, normalized size = 1.00 \begin {gather*} \frac {x^4}{12}+\frac {x^3}{6} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^2/2 + x^3/3,x]

[Out]

x^3/6 + x^4/12

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (\frac {x^2}{2}+\frac {x^3}{3}\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x^2/2 + x^3/3,x]

[Out]

IntegrateAlgebraic[x^2/2 + x^3/3, x]

________________________________________________________________________________________

fricas [A]  time = 1.02, size = 11, normalized size = 0.73 \begin {gather*} \frac {1}{12} x^{4} + \frac {1}{6} x^{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/2*x^2+1/3*x^3,x, algorithm="fricas")

[Out]

1/12*x^4 + 1/6*x^3

________________________________________________________________________________________

giac [A]  time = 0.89, size = 11, normalized size = 0.73 \begin {gather*} \frac {1}{12} \, x^{4} + \frac {1}{6} \, x^{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/2*x^2+1/3*x^3,x, algorithm="giac")

[Out]

1/12*x^4 + 1/6*x^3

________________________________________________________________________________________

maple [A]  time = 0.00, size = 12, normalized size = 0.80 \begin {gather*} \frac {1}{12} x^{4}+\frac {1}{6} x^{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/2*x^2+1/3*x^3,x)

[Out]

1/6*x^3+1/12*x^4

________________________________________________________________________________________

maxima [A]  time = 1.05, size = 11, normalized size = 0.73 \begin {gather*} \frac {1}{12} \, x^{4} + \frac {1}{6} \, x^{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/2*x^2+1/3*x^3,x, algorithm="maxima")

[Out]

1/12*x^4 + 1/6*x^3

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 8, normalized size = 0.53 \begin {gather*} \frac {x^3\,\left (x+2\right )}{12} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/2 + x^3/3,x)

[Out]

(x^3*(x + 2))/12

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 8, normalized size = 0.53 \begin {gather*} \frac {x^{4}}{12} + \frac {x^{3}}{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/2*x**2+1/3*x**3,x)

[Out]

x**4/12 + x**3/6

________________________________________________________________________________________